ResourceGetProperties Method (String) |
Gets all properties from the resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property[] GetProperties(
string address
)
Public Function GetProperties (
address As String
) As Property()
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
PropertyAn array of properties.
See Also